'Declaration
Public Function New( _ ByVal startingNodeId As UANodeId, _ ByVal elementArray() As UABrowsePathElement _ )
'Usage
Dim startingNodeId As UANodeId Dim elementArray() As UABrowsePathElement Dim instance As New UABrowsePath(startingNodeId, elementArray)
public UABrowsePath( UANodeId startingNodeId, UABrowsePathElement[] elementArray )
public: UABrowsePath( UANodeId^ startingNodeId, array<UABrowsePathElement^>^ elementArray )
Parameters
- startingNodeId
- The starting node descriptor of the browse path.
- elementArray
- A sequence of browse path elements that form the path, beginning from the starting node.